home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / ee < prev    next >
Text File  |  2005-01-13  |  3KB  |  84 lines

  1. // $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2000/10/27 18:31:08 dawes Exp $
  2. // Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
  3.  
  4. partial default alphanumeric_keys 
  5. xkb_symbols "basic" {
  6.  
  7.     // Describes the differences between a very simple en_US
  8.     // keyboard and a very simple Estonian keyboard
  9.     // This layout conforms to both EVS8:1993 and EVS8:2000 standards
  10.  
  11.     name[Group1]= "Estonian";
  12.  
  13.     key <TLDE> {    [      dead_caron,      dead_tilde      ]    };
  14.     key <AE02> {    [               2,        quotedbl         ],
  15.             [           at            ]    };
  16.     key <AE03> {    [               3,      numbersign     ],
  17.             [        sterling            ]    };
  18.     key <AE04> {    [               4,        currency         ],
  19.             [       dollar            ]    };
  20.     key <AE06> {    [               6,       ampersand         ]    };
  21.     key <AE07> {    [               7,           slash         ],
  22.             [       braceleft            ]    };
  23.     key <AE08> {    [               8,       parenleft         ],
  24.             [     bracketleft            ]    };
  25.     key <AE09> {    [               9,      parenright         ],
  26.             [    bracketright            ]    };
  27.     key <AE10> {    [               0,           equal         ],
  28.             [      braceright            ]    };
  29.     key <AE11> {    [            plus,        question      ],
  30.             [       backslash            ]    };
  31.     key <AE12> {    [      dead_acute,      dead_grave    ],
  32.             [       quoteleft,      quoteright    ]    };
  33.     key <AD03> {    [               e,               E    ],
  34.             [        EuroSign            ]    };
  35.     key <AD11> {    [      udiaeresis,      Udiaeresis         ]    };
  36.     key <AD12> {    [       otilde,        Otilde         ],
  37.             [      section            ]    };
  38.     key <AC02> {    [               s,               S    ],
  39.             [          scaron,          Scaron    ]    };
  40.     key <AC10> {    [      odiaeresis,      Odiaeresis    ]    };
  41.     key <AC11> {    [      adiaeresis,      Adiaeresis     ],
  42.             [     asciicircum            ]    };
  43.     key <AB01> {    [               z,               Z    ],
  44.             [          zcaron,          Zcaron    ]    };
  45.     key <AB08> {    [           comma,       semicolon         ],
  46.             [            less            ]    };
  47.     key <AB09> {    [          period,           colon         ],
  48.             [      greater            ]    };
  49.     key <AB10> {    [           minus,      underscore         ]    };
  50.     key <BKSL> {    [      apostrophe,        asterisk    ],
  51.             [      onehalf            ]    };
  52.     key <LSGT> {    [         less,       greater    ],
  53.             [          bar            ]    };
  54.  
  55.     // End alphanumeric section
  56.  
  57.     // begin modifier mappings
  58.     
  59.     modifier_map Shift  { Shift_L };
  60.     modifier_map Lock   { Caps_Lock };
  61.     modifier_map Control{ Control_L };
  62.     modifier_map Mod3   { Mode_switch };
  63. };
  64.  
  65. partial alphanumeric_keys 
  66. xkb_symbols "Sundeadkeys" {
  67.     include "ee(basic)"    // for consistent naming
  68. };
  69.  
  70. partial alphanumeric_keys 
  71. xkb_symbols "sundeadkeys" {
  72.     include "ee(Sundeadkeys)"    // for consistent naming
  73. };
  74.  
  75. partial alphanumeric_keys 
  76. xkb_symbols "nodeadkeys" {
  77.  
  78.     // Modifies the basic Estonian layout to eliminate all dead keys
  79.  
  80.     include "ee(basic)"
  81.     key <TLDE> {    [     asciicircum,      asciitilde      ]    };
  82.     key <AE12> {    [      apostrophe,           grave    ]    };
  83. };
  84.